home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / SDKs / Apple Game Sprockets / DrawSprocket / GoggleSprocket / GoggleSprocketTest Sources / GSpTest_Init.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-12  |  548 b   |  23 lines  |  [TEXT/CWIE]

  1. /*
  2. ********************************************************************************
  3. **
  4. ** File: init.h
  5. **
  6. ** Description:
  7. **
  8. **    Initialization and termination routines.
  9. **
  10. ********************************************************************************
  11. */
  12. #ifndef __init_h__
  13. #define __init_h__
  14.  
  15. /*
  16. ********************************************************************************
  17. ** prototypes
  18. ********************************************************************************
  19. */
  20. OSErr Initialize( void );
  21. void Terminate( void );
  22.  
  23. #endif // __init_h__